Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Template
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
Template
Commits
38809de7
Commit
38809de7
authored
4 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
Some more classifiers and information.
parent
dcb20253
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#932
passed
4 years ago
Stage: build
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.rst
+8
-0
8 additions, 0 deletions
README.rst
setup.py
+7
-2
7 additions, 2 deletions
setup.py
with
15 additions
and
2 deletions
README.rst
+
8
−
0
View file @
38809de7
...
@@ -17,6 +17,14 @@ Template
...
@@ -17,6 +17,14 @@ Template
:target: https://pypistats.org/packages/template
:target: https://pypistats.org/packages/template
:alt: PyPI Stats
:alt: PyPI Stats
|
.. image:: https://img.shields.io/pypi/implementation/template.svg
:alt: Supported Python implementations
.. image:: https://img.shields.io/pypi/pyversions/template.svg
:alt: Supported Python versions
A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
A CLI tool for generating files from `Jinja2 <http://jinja.pocoo.org/>`_
templates and environment variables.
templates and environment variables.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
7
−
2
View file @
38809de7
...
@@ -15,7 +15,11 @@ setup(
...
@@ -15,7 +15,11 @@ setup(
license
=
"
AGPLv3+
"
,
license
=
"
AGPLv3+
"
,
classifiers
=
[
classifiers
=
[
"
Development Status :: 4 - Beta
"
,
"
Development Status :: 4 - Beta
"
,
"
Environment :: Console
"
,
"
Intended Audience :: Developers
"
,
"
Intended Audience :: Developers
"
,
"
Intended Audience :: Information Technology
"
,
"
Intended Audience :: System Administrators
"
,
"
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
"
,
# noqa: E501 pylint: disable=line-too-long
"
Programming Language :: Python :: 3
"
,
"
Programming Language :: Python :: 3
"
,
"
Programming Language :: Python :: 3.6
"
,
"
Programming Language :: Python :: 3.6
"
,
"
Programming Language :: Python :: 3.7
"
,
"
Programming Language :: Python :: 3.7
"
,
...
@@ -23,9 +27,10 @@ setup(
...
@@ -23,9 +27,10 @@ setup(
"
Programming Language :: Python :: 3.9
"
,
"
Programming Language :: Python :: 3.9
"
,
"
Programming Language :: Python :: 2
"
,
"
Programming Language :: Python :: 2
"
,
"
Programming Language :: Python :: 2.7
"
,
"
Programming Language :: Python :: 2.7
"
,
"
Intended Audience :: System Administrators
"
,
"
Programming Language :: Python :: Implementation :: CPython
"
,
"
Programming Language :: Python :: Implementation :: PyPy
"
,
"
Topic :: Text Processing
"
,
"
Topic :: Utilities
"
,
"
Topic :: Utilities
"
,
"
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
"
,
# noqa: E501 pylint: disable=line-too-long
],
],
keywords
=
"
config configuration jinja template environment
"
,
keywords
=
"
config configuration jinja template environment
"
,
packages
=
find_packages
(),
packages
=
find_packages
(),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment