This website requires JavaScript.
Explore
Help
Sign In
gnuviech
/
gvacommon
Watch
1
Star
0
Fork
You've already forked gvacommon
0
Code
Issues
Pull requests
Releases
1
Wiki
Activity
f49a12d6bf
gvacommon
/
.gitignore
9 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
Make gvacommon distributable This commit performs a lot of changes to make gvacommon properly distributable: - add a setup.py - move code into a module directory - add a __version__ - add a README.rst and AGPLv3 license file (COPYING) - specify the licensing in file headers - move tests into a submodule of gvacommon and split tests for different modules into separate test modules - get rid of django-braces dependency - adapt setup.cfg to the new directory structure - ignore build and dist directories
2016-01-29 13:40:12 +01:00
*.egg-info
initial version
2014-12-27 13:52:45 +01:00
*.pyc
Make gvacommon distributable This commit performs a lot of changes to make gvacommon properly distributable: - add a setup.py - move code into a module directory - add a __version__ - add a README.rst and AGPLv3 license file (COPYING) - specify the licensing in file headers - move tests into a submodule of gvacommon and split tests for different modules into separate test modules - get rid of django-braces dependency - adapt setup.cfg to the new directory structure - ignore build and dist directories
2016-01-29 13:40:12 +01:00
.*.swp
.coverage
unify routers, add support for mysql and pgsql tasks - add new celeryrouters.GvaRouter - remove LdapRouter and FileRouter
2015-01-01 22:32:37 +01:00
.ropeproject/
Make gvacommon distributable This commit performs a lot of changes to make gvacommon properly distributable: - add a setup.py - move code into a module directory - add a __version__ - add a README.rst and AGPLv3 license file (COPYING) - specify the licensing in file headers - move tests into a submodule of gvacommon and split tests for different modules into separate test modules - get rid of django-braces dependency - adapt setup.cfg to the new directory structure - ignore build and dist directories
2016-01-29 13:40:12 +01:00
build/
Add tests for provided classes This commit adds a test suite in tests.py, the added setup.cfg contains configuration for coverage, pep8 and flake8. Output files of coverage are ignored. The commit also adds requirements files for tests.
2016-01-29 12:55:05 +01:00
coverage-report/
Make gvacommon distributable This commit performs a lot of changes to make gvacommon properly distributable: - add a setup.py - move code into a module directory - add a __version__ - add a README.rst and AGPLv3 license file (COPYING) - specify the licensing in file headers - move tests into a submodule of gvacommon and split tests for different modules into separate test modules - get rid of django-braces dependency - adapt setup.cfg to the new directory structure - ignore build and dist directories
2016-01-29 13:40:12 +01:00
dist/
Reference in a new issue
Copy permalink