Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
passlib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
29
Issues
29
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
python-libs
passlib
Commits
95571991a2f2
Commit
02ca6357
authored
May 11, 2020
by
Eli Collins
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: updated some urls, styling tweaks, bumped copyright year
--HG-- branch : stable
parent
d6736fa0f7ca
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
10 deletions
+26
-10
LICENSE
LICENSE
+1
-1
README
README
+2
-3
docs/history/1.7.rst
docs/history/1.7.rst
+5
-1
docs/index.rst
docs/index.rst
+9
-4
docs/install.rst
docs/install.rst
+8
-0
setup.py
setup.py
+1
-1
No files found.
LICENSE
View file @
95571991a2f2
...
...
@@ -17,7 +17,7 @@ Passlib is (c) `Assurance Technologies <http://www.assurancetechnologies.com>`_,
and is released under the `BSD license <http://www.opensource.org/licenses/bsd-license.php>`_::
Passlib
Copyright (c) 2008-20
19
Assurance Technologies, LLC.
Copyright (c) 2008-20
20
Assurance Technologies, LLC.
All rights reserved.
Redistribution and use in source and binary forms, with or without
...
...
README
View file @
95571991a2f2
...
...
@@ -49,14 +49,13 @@ This example barely touches on the range of features available.
Online Resources
================
*
Homepage - https://foss.heptapod.net/python-libs/passlib
*
Documentation - https://passlib.readthedocs.io
*
Latest Docs - https://passlib.readthedocs.io
*
Latest News - https://foss.heptapod.net/python-libs/passlib/wikis/home
* Mailing list - https://groups.google.com/group/passlib-users
* Downloads - https://pypi.python.org/pypi/passlib
* Source - https://foss.heptapod.net/python-libs/passlib
* Issues - https://foss.heptapod.net/python-libs/passlib/issues
* Roadmap - https://foss.heptapod.net/python-libs/passlib/wikis/roadmap
Source
=========
...
...
docs/history/1.7.rst
View file @
95571991a2f2
...
...
@@ -12,7 +12,11 @@ This release rolls up assorted bug & compatibility fixes since 1.7.2.
Administrative Changes
----------------------
* **Passlib has moved to Heptapod!**
.. rst-class:: without-title
.. note::
**Passlib has moved to Heptapod!**
Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker
has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_,
...
...
docs/index.rst
View file @
95571991a2f2
...
...
@@ -21,9 +21,9 @@ Passlib |release| documentation
.. rst-class:: without-title
..
caution
::
..
note
::
**2020-05-01: Passlib has moved to Heptapod!**
**2020-05-01: Passlib
's public repositiory
has moved to Heptapod!**
Due to BitBucket deprecating Mercurial support, Passlib's public repository and issue tracker
has been relocated. It's now located at `<https://foss.heptapod.net/python-libs/passlib>`_,
...
...
@@ -64,6 +64,10 @@ Getting Started
This documentation is organized into two main parts:
a narrative walkthrough of Passlib, and a top-down API reference.
:doc:`install`
See this page for system requirements & installation instructions.
:doc:`narr/index`
New users in particular will want to visit the walkthrough, as it provides
...
...
@@ -89,8 +93,9 @@ Online Resources
=================== ===================================================
Latest Docs: `<https://passlib.readthedocs.io>`_
Project Home: `<https://foss.heptapod.net/python-libs/passlib>`_
News & Discussion: `<https://groups.google.com/group/passlib-users>`_
Latest News: `<https://foss.heptapod.net/python-libs/passlib/wikis/home>`_
Public Repo: `<https://foss.heptapod.net/python-libs/passlib>`_
Mailing List: `<https://groups.google.com/group/passlib-users>`_
Downloads @ PyPI: `<https://pypi.python.org/pypi/passlib>`_
=================== ===================================================
...
...
docs/install.rst
View file @
95571991a2f2
...
...
@@ -92,6 +92,14 @@ Optional Libraries
Installation Instructions
=========================
.. rst-class:: float-right without-title
.. caution::
All PyPI releases are signed with the gpg key
`4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
To install from PyPi using :command:`pip`::
pip install passlib
...
...
setup.py
View file @
95571991a2f2
...
...
@@ -80,7 +80,7 @@ providing full-strength password hashing for multi-user applications.
* See the `documentation <https://passlib.readthedocs.io>`_
for details, installation instructions, and examples.
* See the `homepage <https://foss.heptapod.net/python-libs/passlib>`_
* See the `homepage <https://foss.heptapod.net/python-libs/passlib
/wikis/home
>`_
for the latest news and more information.
* See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment