Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit d803898

Browse files
committed
renamed the package and readme.rst
1 parent 0317767 commit d803898

File tree

7 files changed

+45
-45
lines changed

7 files changed

+45
-45
lines changed

README.rst

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
Deploy Django Project with Fabric
22
===================================
33

4-
.. image:: https://readthedocs.org/projects/django-spanner/badge/?version=latest
5-
:target: http://django-spanner.readthedocs.io/en/latest/
4+
.. image:: https://readthedocs.org/projects/deploy-python/badge/?version=latest
5+
:target: http://deploy-python.readthedocs.io/en/latest/
66
:alt: Documentation Status
77

8-
.. image:: https://img.shields.io/pypi/dm/django-spanner.svg
9-
:target: https://pypi.python.org/pypi/django-spanner
8+
.. image:: https://img.shields.io/pypi/dm/deploy-python.svg
9+
:target: https://pypi.python.org/pypi/deploy-python
1010
:alt: Downloads
1111

12-
.. image:: https://img.shields.io/pypi/v/django-spanner.svg
13-
:target: https://pypi.python.org/pypi/django-spanner
12+
.. image:: https://img.shields.io/pypi/v/deploy-python.svg
13+
:target: https://pypi.python.org/pypi/deploy-python
1414
:alt: Latest Release
1515

16-
.. image:: https://travis-ci.org/MicroPyramid/django-spanner.svg?branch=master
17-
:target: https://travis-ci.org/MicroPyramid/django-spanner
16+
.. image:: https://travis-ci.org/MicroPyramid/deploy-python.svg?branch=master
17+
:target: https://travis-ci.org/MicroPyramid/deploy-python
1818

19-
.. image:: https://coveralls.io/repos/github/MicroPyramid/django-spanner/badge.svg?branch=master
20-
:target: https://coveralls.io/github/MicroPyramid/django-spanner?branch=master
19+
.. image:: https://coveralls.io/repos/github/MicroPyramid/deploy-python/badge.svg?branch=master
20+
:target: https://coveralls.io/github/MicroPyramid/deploy-python?branch=master
2121

22-
.. image:: https://img.shields.io/github/license/micropyramid/django-spanner.svg
23-
:target: https://pypi.python.org/pypi/django-spanner/
22+
.. image:: https://img.shields.io/github/license/micropyramid/deploy-python.svg
23+
:target: https://pypi.python.org/pypi/deploy-python/
2424

2525

2626
Setup:
2727
-------
2828

2929
* First, create an YAML file similar to `sample_config.yaml`_ and fill the configuration details.
3030

31-
.. _`sample_config.yaml`: https://github.com/MicroPyramid/django-spanner/blob/master/django_spanner/sample_config.yaml
31+
.. _`sample_config.yaml`: https://github.com/MicroPyramid/deploy-python/blob/master/deploy_python/sample_config.yaml
3232

33-
* Next, create a :code:`fabfile.py` in your project directory and import all functions(fab commands/tasks) from `django_spanner`.
33+
* Next, create a :code:`fabfile.py` in your project directory and import all functions(fab commands/tasks) from `deploy_python`.
3434

3535
* Finally, call setup() function with your configuration yaml file path.
3636

@@ -39,7 +39,7 @@ Setup:
3939
.. code-block:: python
4040
4141
# fabfile.py
42-
from django_spanner.commands import *
42+
from deploy_python.commands import *
4343
setup("fabconfig.yaml")
4444
4545

docs/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ qthelp:
9191
@echo
9292
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
9393
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
94-
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/django_spanner.qhcp"
94+
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/deploy_python.qhcp"
9595
@echo "To view the help file:"
96-
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/django_spanner.qhc"
96+
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/deploy_python.qhc"
9797

9898
.PHONY: applehelp
9999
applehelp:
@@ -110,8 +110,8 @@ devhelp:
110110
@echo
111111
@echo "Build finished."
112112
@echo "To view the help file:"
113-
@echo "# mkdir -p $$HOME/.local/share/devhelp/django_spanner"
114-
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/django_spanner"
113+
@echo "# mkdir -p $$HOME/.local/share/devhelp/deploy_python"
114+
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/deploy_python"
115115
@echo "# devhelp"
116116

117117
.PHONY: epub

docs/source/conf.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# django_spanner documentation build configuration file, created by
3+
# deploy_python documentation build configuration file, created by
44
# sphinx-quickstart on Sat Jul 2 11:42:15 2016.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -48,7 +48,7 @@
4848
master_doc = 'index'
4949

5050
# General information about the project.
51-
project = u'django_spanner'
51+
project = u'deploy_python'
5252
copyright = u'2016, micropyramid'
5353
author = u'micropyramid'
5454

@@ -133,7 +133,7 @@
133133
# The name for this set of Sphinx documents.
134134
# "<project> v<release> documentation" by default.
135135
#
136-
# html_title = u'django_spanner v0.0.2'
136+
# html_title = u'deploy_python v0.0.2'
137137

138138
# A shorter title for the navigation bar. Default is the same as html_title.
139139
#
@@ -233,7 +233,7 @@
233233
# html_search_scorer = 'scorer.js'
234234

235235
# Output file base name for HTML help builder.
236-
htmlhelp_basename = 'django_spannerdoc'
236+
htmlhelp_basename = 'deploy_pythondoc'
237237

238238
# -- Options for LaTeX output ---------------------------------------------
239239

@@ -259,7 +259,7 @@
259259
# (source start file, target name, title,
260260
# author, documentclass [howto, manual, or own class]).
261261
latex_documents = [
262-
(master_doc, 'django_spanner.tex', u'django\\_spanner Documentation',
262+
(master_doc, 'deploy_python.tex', u'django\\_spanner Documentation',
263263
u'micropyramid', 'manual'),
264264
]
265265

@@ -295,7 +295,7 @@
295295
# One entry per manual page. List of tuples
296296
# (source start file, name, description, authors, manual section).
297297
man_pages = [
298-
(master_doc, 'django_spanner', u'django_spanner Documentation',
298+
(master_doc, 'deploy_python', u'deploy_python Documentation',
299299
[author], 1)
300300
]
301301

@@ -310,8 +310,8 @@
310310
# (source start file, target name, title, author,
311311
# dir menu entry, description, category)
312312
texinfo_documents = [
313-
(master_doc, 'django_spanner', u'django_spanner Documentation',
314-
author, 'django_spanner', 'One line description of project.',
313+
(master_doc, 'deploy_python', u'deploy_python Documentation',
314+
author, 'deploy_python', 'One line description of project.',
315315
'Miscellaneous'),
316316
]
317317

docs/source/configuration.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Setup
33

44
* First, create an YAML file similar to `sample_config.yaml`_ and fill the configuration details.
55

6-
* Next, create a file named :code:`fabfile.py` in your project directory and import all functions(fab commands/tasks) from `django_spanner`.
6+
* Next, create a file named :code:`fabfile.py` in your project directory and import all functions(fab commands/tasks) from `deploy_python`.
77

88
* Finally, call the :code:`setup()` function with your configuration yaml file path.
99

@@ -13,9 +13,9 @@ Setup
1313
.. code-block:: python
1414
1515
# fabfile.py
16-
from django_spanner.commands import *
16+
from deploy_python.commands import *
1717
setup("config_file_name.yaml")
1818
1919
20-
.. _`sample_config.yaml`: https://github.com/MicroPyramid/django-spanner/blob/master/django_spanner/sample_config.yaml
20+
.. _`sample_config.yaml`: https://github.com/MicroPyramid/deploy-python/blob/master/deploy_python/sample_config.yaml
2121

docs/source/index.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. django_spanner documentation master file, created by
1+
.. deploy_python documentation master file, created by
22
sphinx-quickstart on Sat Jul 2 11:42:15 2016.
33
You can adapt this file completely to your liking, but it should at least
44
contain the root `toctree` directive.
@@ -16,13 +16,13 @@ Django Spanner is a simple package used to deploy and manage `Django`_ applicati
1616
* Also used to manage local django project to install requirements, run make migrations, migrate, take database backups and many more...
1717

1818

19-
This package is developed by `MicroPyramid`_ team. Please refer the `github repository`_ for the django-spanner source code. It's free and open source.
19+
This package is developed by `MicroPyramid`_ team. Please refer the `github repository`_ for the deploy-python source code. It's free and open source.
2020

2121

2222
Github Repository
2323
********************
2424

25-
Django Spanner - `https://github.com/MicroPyramid/django-spanner`_
25+
Django Spanner - `https://github.com/MicroPyramid/deploy-python`_
2626

2727

2828
Contents
@@ -43,9 +43,9 @@ Contents
4343

4444
.. _`MicroPyramid`: https://micropyramid.com/
4545

46-
.. _`github repository`: https://github.com/MicroPyramid/django-spanner
46+
.. _`github repository`: https://github.com/MicroPyramid/deploy-python
4747

48-
.. _`https://github.com/MicroPyramid/django-spanner`: https://github.com/MicroPyramid/django-spanner
48+
.. _`https://github.com/MicroPyramid/deploy-python`: https://github.com/MicroPyramid/deploy-python
4949

50-
.. _`sample config file`: https://github.com/MicroPyramid/django-spanner/blob/master/django_spanner/sample_config.yaml
50+
.. _`sample config file`: https://github.com/MicroPyramid/deploy-python/blob/master/deploy_python/sample_config.yaml
5151

docs/source/installation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Installation
22
=============
33

4-
The recommended way to install the django-spanner into a virtualenv using pip::
4+
The recommended way to install the deploy-python into a virtualenv using pip::
55

6-
pip install django-spanner
6+
pip install deploy-python
77

88

99
Or, install using the latest version from GitHub::
1010

11-
git clone https://github.com/MicroPyramid/django-spanner.git
11+
git clone https://github.com/MicroPyramid/deploy-python.git
1212

13-
cd django_spanner
13+
cd deploy_python
1414

1515
python setup.py install
1616

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# allow setup.py to be run from any path
88
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
9-
PROJECT_NAME = 'django-spanner'
9+
PROJECT_NAME = 'deploy-python'
1010

1111
data_files = []
1212
for dirpath, dirnames, filenames in os.walk(PROJECT_NAME):
@@ -21,13 +21,13 @@
2121
dirpath[len(PROJECT_NAME) + 1:], f))
2222

2323
setup(
24-
name='django-spanner',
25-
version='0.0.3',
26-
packages=['django_spanner'],
24+
name='deploy-python',
25+
version='1.0',
26+
packages=['deploy_python'],
2727
include_package_data=True,
2828
description='A Django deployment package for all hosting types.',
2929
long_description=README,
30-
url='https://github.com/MicroPyramid/django-spanner',
30+
url='https://github.com/MicroPyramid/deploy-python',
3131
author='Micropyramid',
3232
author_email='[email protected]',
3333
classifiers=[

0 commit comments

Comments
 (0)