Skip to content

Commit

Permalink
Updates pakcage files, docs and tests. (#84)
Browse files Browse the repository at this point in the history
* Updates package files, docs, tests.
  • Loading branch information
hiwakaba authored Oct 18, 2024
1 parent 0560833 commit a4f0224
Show file tree
Hide file tree
Showing 18 changed files with 2,179 additions and 336 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include HISTORY.rst
include LICENSE
include README.rst

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]

Expand Down
41 changes: 41 additions & 0 deletions docs/locale/ja/LC_MESSAGES/authors.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, Yahoo Japan Corporation
# This file is distributed under the same license as the k2hr3_osnl package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: k2hr3_osnl \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-17 16:38+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ja\n"
"Language-Team: ja <[email protected]>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.16.0\n"

#: ../../../AUTHORS.rst:3
msgid "Credits"
msgstr "功績"

#: ../../../AUTHORS.rst:6
msgid "Development Lead"
msgstr "開発者"

#: ../../../AUTHORS.rst:8
msgid "Hirotaka Wakabayashi <[email protected]>"
msgstr ""

#: ../../../AUTHORS.rst:11
msgid "Contributors"
msgstr "貢献者"

#: ../../../AUTHORS.rst:13
msgid "Takeshi Nakatani <[email protected]>"
msgstr ""

228 changes: 228 additions & 0 deletions docs/locale/ja/LC_MESSAGES/contributing.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,228 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2020, Yahoo Japan Corporation
# This file is distributed under the same license as the k2hr3_osnl package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2024.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: k2hr3_osnl \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-17 16:38+0900\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language: ja\n"
"Language-Team: ja <[email protected]>\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.16.0\n"

#: ../../../CONTRIBUTING.rst:3
msgid "Contributing"
msgstr ""

#: ../../../CONTRIBUTING.rst:5
msgid ""
"Contributions are welcome, and they are greatly appreciated! Every little"
" bit helps, and credit will always be given."
msgstr ""

#: ../../../CONTRIBUTING.rst:8
msgid "You can contribute in many ways:"
msgstr ""

#: ../../../CONTRIBUTING.rst:11
msgid "Types of Contributions"
msgstr ""

#: ../../../CONTRIBUTING.rst:14
msgid "Report Bugs"
msgstr ""

#: ../../../CONTRIBUTING.rst:16
msgid "Report bugs at https://github.com/yahoojapan/k2hr3_osnl/issues."
msgstr ""

#: ../../../CONTRIBUTING.rst:18
msgid "If you are reporting a bug, please include:"
msgstr ""

#: ../../../CONTRIBUTING.rst:20
msgid "Your operating system name and version."
msgstr ""

#: ../../../CONTRIBUTING.rst:21
msgid ""
"Any details about your local setup that might be helpful in "
"troubleshooting."
msgstr ""

#: ../../../CONTRIBUTING.rst:22
msgid "Detailed steps to reproduce the bug."
msgstr ""

#: ../../../CONTRIBUTING.rst:25
msgid "Fix Bugs"
msgstr ""

#: ../../../CONTRIBUTING.rst:27
msgid ""
"Look through the GitHub issues for bugs. Anything tagged with \"bug\" and"
" \"help wanted\" is open to whoever wants to implement it."
msgstr ""

#: ../../../CONTRIBUTING.rst:31
msgid "Implement Features"
msgstr ""

#: ../../../CONTRIBUTING.rst:33
msgid ""
"Look through the GitHub issues for features. Anything tagged with "
"\"enhancement\" and \"help wanted\" is open to whoever wants to implement"
" it."
msgstr ""

#: ../../../CONTRIBUTING.rst:37
msgid "Write Documentation"
msgstr ""

#: ../../../CONTRIBUTING.rst:39
msgid ""
"K2HR3 OpenStack Notification Listener could always use more "
"documentation, whether as part of the official K2HR3 OpenStack "
"Notification Listener docs, in docstrings, or even on the web in blog "
"posts, articles, and such."
msgstr ""

#: ../../../CONTRIBUTING.rst:44
msgid "Submit Feedback"
msgstr ""

#: ../../../CONTRIBUTING.rst:46
msgid ""
"The best way to send feedback is to file an issue at "
"https://github.com/yahoojapan/k2hr3_osnl/issues."
msgstr ""

#: ../../../CONTRIBUTING.rst:48
msgid "If you are proposing a feature:"
msgstr ""

#: ../../../CONTRIBUTING.rst:50
msgid "Explain in detail how it would work."
msgstr ""

#: ../../../CONTRIBUTING.rst:51
msgid "Keep the scope as narrow as possible, to make it easier to implement."
msgstr ""

#: ../../../CONTRIBUTING.rst:52
msgid ""
"Remember that this is a volunteer-driven project, and that contributions "
"are welcome :)"
msgstr ""

#: ../../../CONTRIBUTING.rst:56
msgid "Get Started!"
msgstr ""

#: ../../../CONTRIBUTING.rst:58
msgid ""
"Ready to contribute? Here's how to set up `k2hr3_osnl` for local "
"development."
msgstr ""

#: ../../../CONTRIBUTING.rst:60
msgid "Fork the `k2hr3_osnl` repo on GitHub."
msgstr ""

#: ../../../CONTRIBUTING.rst:61
msgid "Clone your fork locally::"
msgstr ""

#: ../../../CONTRIBUTING.rst:65
msgid ""
"Install your local copy into a virtualenv. Assuming you have "
"virtualenvwrapper installed, this is how you set up your fork for local "
"development::"
msgstr ""

#: ../../../CONTRIBUTING.rst:72
msgid "Create a branch for local development::"
msgstr ""

#: ../../../CONTRIBUTING.rst:76
msgid "Now you can make your changes locally."
msgstr ""

#: ../../../CONTRIBUTING.rst:78
msgid ""
"When you're done making changes, check that your changes pass flake8, "
"mypy, pylint and the tests, including testing other Python versions with "
"make lint test"
msgstr ""

#: ../../../CONTRIBUTING.rst:82
msgid "Make sure you are in virtual environment::"
msgstr ""

#: ../../../CONTRIBUTING.rst:86
msgid "Commit your changes and push your branch to GitHub::"
msgstr ""

#: ../../../CONTRIBUTING.rst:92
msgid "Submit a pull request through the GitHub website."
msgstr ""

#: ../../../CONTRIBUTING.rst:95
msgid "Pull Request Guidelines"
msgstr ""

#: ../../../CONTRIBUTING.rst:97
msgid "Before you submit a pull request, check that it meets these guidelines:"
msgstr ""

#: ../../../CONTRIBUTING.rst:99
msgid "The pull request should include tests."
msgstr ""

#: ../../../CONTRIBUTING.rst:100
msgid ""
"If the pull request adds functionality, the docs should be updated. Put "
"your new functionality into a function with a docstring, and add the "
"feature to the list in README.rst."
msgstr ""

#: ../../../CONTRIBUTING.rst:103
msgid ""
"The pull request should work for supported Python versions. Check "
"https://github.com/yahoojapan/k2hr3_osnl/actions and make sure that the "
"tests pass for all supported Python versions."
msgstr ""

#: ../../../CONTRIBUTING.rst:108
msgid "Tips"
msgstr ""

#: ../../../CONTRIBUTING.rst:110
msgid "To run a subset of tests::"
msgstr ""

#: ../../../CONTRIBUTING.rst:116
msgid "Deploying"
msgstr ""

#: ../../../CONTRIBUTING.rst:118
msgid ""
"A reminder for the maintainers on how to deploy. Make sure all your "
"changes are committed (including an entry in HISTORY.rst). Then visit the"
" release page at https://github.com/yahoojapan/k2hr3_osnl/releases and "
"create a new release note."
msgstr ""

#: ../../../CONTRIBUTING.rst:123
msgid "Travis will then deploy to PyPI if tests pass."
msgstr ""

Loading

0 comments on commit a4f0224

Please sign in to comment.