This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
pydle
mirror of
https://github.com/Shizmob/pydle.git
Watch
1
Star
1
Fork
You've already forked pydle
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
63de999fe9
pydle
/
.gitignore
14 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial import.
2014-01-23 01:44:19 +00:00
__pycache__
*.pyc
*.pyo
*.swp
*.swo
Update Tornado depencency to <5.0 for now. Fixes #71.
2018-03-14 04:05:08 +00:00
/env
Initial import.
2014-01-23 01:44:19 +00:00
/docs/_build
Add testing configuration.
2014-03-13 15:49:16 +00:00
/.coverage
/.tox
/*.egg-info
Update Tornado depencency to <5.0 for now. Fixes #71.
2018-03-14 04:05:08 +00:00
[Docs] Document Dropping of 3.5 1.0 indicated dropping of support for Python 3.4 and below, however silently also dropped support for Python 3.5. This documents that change.
2022-07-18 01:26:52 +00:00
.idea